<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section {
    background-color: #fff;
}

.user-register-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #2062c0;
    font-size: 20px;
    width: 248px;
    box-sizing: border-box;
    padding: 5px 7px;
    position: absolute;
    top: 66%;
    left: 66%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 24px;
    cursor: pointer;
}

.user-register-btn span {
    margin-left: 70px;
    font-weight: 600;
}

.user-register-btn img {
    width: 39px;
}

.mouse-ico {
    width: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8px;
    z-index: 97;
}

.mouse-ico img {
    width: 100%;
}

.business {
    text-align: center;
    padding: 28px 0 74px;
}

.business .title {
    font-size: 30px;
    color: #000;
    margin-bottom: 24px;
}

.business .title-ico {
    width: 170px;
    margin-bottom: 21px;
}

.business .title-second {
    font-size: 14px;
    color: #a0a0a0;
    margin-bottom: 31px;
}

.business-main-box {
    display: flex;
    justify-content: center;
}

.business-box {
    width: 360px;
    background-color: #fff;
    margin-left: 60px;
    cursor: pointer;
}

.business-box:first-of-type {
    margin-left: 0;
}

.business-img {
    width: 100%;
    height: 195px;
}

.business-img img {
    width: 100%;
    height: 100%;
}

.business-desc {
    padding: 0 31px 0 21px;
}

.business-desc&gt;div {
    text-align: left;
}

.business-box:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
}

.business-box:hover span {
    color: #41a8f8;
}

.business-desc-title {
    color: #333;
    font-size: 18px;
    margin-top: 45px;
}

.business-desc-content {
    color: #666666;
    font-size: 14px;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.business-desc span {
    font-size: 12px;
    color: #999;
}

.business-num {
    position: absolute;
    width: 54px;
    height: 30px;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
    background-color: #2062c0;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.business-link {
    padding-top: 46px;
    padding-bottom: 20px;
    text-align: right !important;
}

.select-us {
    background-color: #f4f7fc;
    padding-bottom: 55px;
}

.select-us .title-second {
    margin-bottom: 57px;
}

.select-us-box {
    width: 1200px;
}

.select-us-item {
    width: 20%;
}

.select-us-item:hover {
    transform: scale(1.1);
}

.select-us-item img {
    width: 65px;
    position: relative;
    z-index: 10;
}

.select-us-item-title {
    font-weight: bold;
    color: #3a3939;
    font-size: 18px;
    margin-top: 33px;
    margin-bottom: 22px;
}

.select-us-item-content {
    color: #5e5e5e;
    font-size: 14px;
    margin-bottom: 6px;
    box-sizing: border-box;
    padding: 0 10px;
}

.select-us-line {
    width: 94%;
    position: absolute;
    height: 1px;
    border-bottom: 1px dotted #919294;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
}

.line-ico {
    padding: 0 6px;
    position: absolute;
    background-color: #f4f7fc;
    top: -10px;
}

.line-ico img {
    width: 17px;
}

.line-ico:nth-last-of-type(1) {
    left: 16%;
}

.line-ico:nth-last-of-type(2) {
    left: 38%;
}

.line-ico:nth-last-of-type(3) {
    left: 60%;
}

.line-ico:nth-last-of-type(4) {
    left: 82%;
}

.flow-title {
    font-size: 18px;
    color: #3a3939;
}

.flow-desc {
    font-size: 14px;
    color: #5e5e5e;
}

.company-desc {
    width: 100%;
    height: 640px;
    position: relative;
}

.company-desc img {
    width: 100%;
    height: 100%;
}

.company-desc-box {
    width: 1200px;
    height: 484px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.company-desc-box-left {
    width: 484px;
    height: 100%;
}

.company-desc-box-left img {
    width: 100%;
    height: 100%;
}

.company-desc-box-right {
    height: 100%;
    box-sizing: border-box;
    padding: 96px 84px 0 79px;
}

.company-name {
    font-size: 30px;
    white-space: nowrap;
    margin-bottom: 22px;
}

.company-desc-content {
    width: 553px;
    font-size: 14px;
    margin-top: 44px;
    margin-bottom: 41px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.company-desc-more {
    width: 200px;
    height: 48px;
    background-color: #2062c0;
    color: #fff;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
}

.news-center-box {
    width: 920px;
    margin: 0 auto;
}

.news-center-list {
    width: 450px;
    height: 154px;
    cursor: pointer;
    margin-bottom: 20px;
}

.news-center-list:hover .news-detail-box {
    background-color: #2062c0;
}

.news-center-list:hover .news-detail-title {
    color: #fff !important;
}

.news-center-list:hover .news-detail-content {
    color: #fff !important;
}

.news-center-list:hover .news-detail-date {
    color: #fff !important;
}

.news-center-list:hover .news-detail-goPage {
    opacity: 1;
}

.news-img {
    width: 154px;
    height: 100%;
}

.news-img img {
    width: 100%;
    height: 100%;
}

.news-detail-box {
    background-color: #f2f2f2;
    box-sizing: border-box;
    padding: 17px 16px;
}

.news-detail-title {
    font-size: 18px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: left;
}

.news-detail-content {
    font-size: 12px;
    color: #666;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 18px;
}

.news-detail-date {
    font-size: 12px;
    color: #666;
}

.news-detail-goPage {
    width: 36px;
    opacity: 0;
}

.guys {
    /* height: 620px; */
    background-image: url(/front/www/images/huanqiu/bg2.png);
    background-size: 100% 100%;
}

.guys-box {
    width: 1148px;
}

.guys-box-list {
    width: 25%;
    height: 96px;
    cursor: pointer;
}

.guys-box-list:hover {
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.guys-box-list img {
    width: 100%;
    height: 100%;
}

.contact-us {
    height: 210px;
    background-image: url(/front/www/images/huanqiu/bg3.png);
    background-size: 100% 100%;
    padding-top: 27px;
}

.contact-us .tel {
    font-size: 36px;
    line-height: 36px;
    margin-top: 23px;
    letter-spacing: 10px;
    font-style: italic;
}

.contact-us-btn {
    width: 240px;
    height: 44px;
    line-height: 44px;
    color: #2062c0;
    font-size: 24px;
    background-color: #fff;
    border-radius: 22px;
    text-align: center;
    box-shadow: 0px 5px 1px #12449a;
    margin-top: 24px;
    cursor: pointer;
}</pre></body></html>